Property ProjectedStructureIds

Assembly: redb.Core.dll

⭐ PROJECTION: Structure IDs for optimized Props loading
null = load ALL Props fields
HashSet = load ONLY specified structure_ids

public HashSet<long>? ProjectedStructureIds { get; set; }